home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 2-Graphics / Apple Graphics Source / Apple Graphics Source 2.3 / Apple Graphics Source 2.3 / card_3356.txt < prev    next >
Text File  |  1990-03-28  |  15KB  |  749 lines

  1. -- card: 3356 from stack: in.3
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 3618
  5. -- name: Title Card
  6. ----- HyperTalk script -----
  7. This card is designed so that background elements (buttons, fields,
  8. pictures) are seen by the user and card elements (buttons and fields)
  9. are used by the administrator to view indexes, etc.
  10.  
  11. --SYSTEM MESSAGES------------------------------------------------------
  12.  
  13. on mouseUp
  14.   set cursor to watch
  15.   visual effect dissolve
  16.   go bg "the collection"
  17. end mouseUp
  18.  
  19. on openCard
  20.   global artManagement,firstTimeAGS
  21.   if artManagement AND firstTimeAGS <> empty then adminElements true
  22.   else adminElements false
  23. end openCard
  24.  
  25. on closeCard
  26.   global artManagement
  27.   if artManagement then adminElements false
  28. end closeCard
  29.  
  30. on doMenu whichMenu
  31.   if whichMenu = "delete card" then
  32.     dialogIt "If you delete this card, all of the indexes" && "will be deleted, and the stack will give error messages." & return & return & "This option is not recommended."
  33.     set cantDelete of this cd to true
  34.   else pass doMenu
  35. end doMenu
  36.  
  37. --MESSAGE HANDLERS-----------------------------------------------------
  38.  
  39. on toggleAbout boolean
  40.   lock screen
  41.   if boolean then
  42.     put "About this stack" into bg fld "heading"
  43.     put "OK" into bg fld "toggle"
  44.   else
  45.     put "Read this before proceeding into the stack" into bg fld "heading"
  46.     put "About This Stack‚Ķ" into bg fld "toggle"
  47.   end if
  48.   --about this stack
  49.   set visible of bg fld "about" to boolean
  50.   --legal notice
  51.   set visible of bg fld "legal notice" to not boolean
  52.   --common elements
  53.   show bg btn "heading"
  54.   show bg fld "heading"
  55.   hide bg fld "toggle"
  56.   hide bg btn "toggle"
  57.   show bg btn "blanket"
  58.   unlock screen with visual effect dissolve slowly
  59. end toggleAbout
  60.  
  61. on displayChoice
  62.   lock screen
  63.   setBtnHilites
  64.   cdFldsVisible false
  65. end displayChoice
  66.  
  67. on setBtnHilites
  68.   set hilite of cd btn "keyword index" to false
  69.   set hilite of cd btn "book index" to false
  70.   set hilite of cd btn "browsing speed" to false
  71.   set hilite of cd btn "paths to graphics" to false
  72.   set hilite of the target to true
  73. end setBtnHilites
  74.  
  75.  
  76. -- part 3 (field)
  77. -- low flags: 80
  78. -- high flags: 0007
  79. -- rect: left=146 top=85 right=336 bottom=505
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 3
  84. -- text size: 9
  85. -- style flags: 0
  86. -- line height: 12
  87. -- part name: Paths to graphics
  88.  
  89.  
  90. -- part 4 (field)
  91. -- low flags: 81
  92. -- high flags: 2002
  93. -- rect: left=146 top=85 right=336 bottom=505
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 3
  98. -- text size: 9
  99. -- style flags: 0
  100. -- line height: 12
  101. -- part name: browsing speed
  102.  
  103.  
  104. -- part 5 (field)
  105. -- low flags: 81
  106. -- high flags: 0007
  107. -- rect: left=146 top=85 right=336 bottom=505
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 0
  111. -- font id: 3
  112. -- text size: 9
  113. -- style flags: 0
  114. -- line height: 12
  115. -- part name: book index
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   hide me
  119. end mouseUp
  120.  
  121.  
  122. -- part 14 (button)
  123. -- low flags: 80
  124. -- high flags: 0002
  125. -- rect: left=7 top=85 right=336 bottom=145
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: admin blanket
  134.  
  135.  
  136. -- part 6 (field)
  137. -- low flags: 80
  138. -- high flags: 0007
  139. -- rect: left=146 top=85 right=336 bottom=505
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 0
  143. -- font id: 3
  144. -- text size: 9
  145. -- style flags: 0
  146. -- line height: 12
  147. -- part name: keyword index
  148.  
  149.  
  150. -- part 7 (button)
  151. -- low flags: 80
  152. -- high flags: C006
  153. -- rect: left=13 top=193 right=208 bottom=144
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 200
  158. -- text size: 13
  159. -- style flags: 0
  160. -- line height: 17
  161. -- part name: Paths to graphics
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   displayChoice
  165.   show cd fld (the short name of me)
  166. end mouseUp
  167.  
  168.  
  169.  
  170. -- part 8 (button)
  171. -- low flags: 80
  172. -- high flags: 8006
  173. -- rect: left=13 top=169 right=184 bottom=144
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 0 / 0
  176. -- text alignment: 1
  177. -- font id: 200
  178. -- text size: 13
  179. -- style flags: 0
  180. -- line height: 17
  181. -- part name: Browsing Speed
  182. ----- HyperTalk script -----
  183. on mouseUp
  184.   displayChoice
  185.   show cd fld (the short name of me)
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 9 (button)
  191. -- low flags: 80
  192. -- high flags: 8006
  193. -- rect: left=13 top=145 right=160 bottom=144
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 1
  197. -- font id: 200
  198. -- text size: 13
  199. -- style flags: 0
  200. -- line height: 17
  201. -- part name: Book Index
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   displayChoice
  205.   show cd fld (the short name of me)
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part 10 (button)
  211. -- low flags: 80
  212. -- high flags: 8006
  213. -- rect: left=13 top=121 right=136 bottom=144
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 1
  217. -- font id: 200
  218. -- text size: 13
  219. -- style flags: 0
  220. -- line height: 17
  221. -- part name: Keyword Index
  222. ----- HyperTalk script -----
  223. on mouseUp
  224.   displayChoice
  225.   show cd fld (the short name of me)
  226. end mouseUp
  227.  
  228.  
  229.  
  230. -- part 16 (button)
  231. -- low flags: 80
  232. -- high flags: 8000
  233. -- rect: left=8 top=98 right=113 bottom=139
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 1
  237. -- font id: 200
  238. -- text size: 13
  239. -- style flags: 1024
  240. -- line height: 17
  241. -- part name: Show:
  242.  
  243.  
  244. -- part contents for background part 3
  245. ----- text -----
  246. To begin, click this card.
  247.  
  248. -- part contents for background part 6
  249. ----- text -----
  250. Apple Graphics Source 2.3
  251.  
  252. -- part contents for card part 6
  253. ----- text -----
  254. A/ROSE
  255. A/UX
  256. A/UX Files
  257. A/UX Kernal
  258. A/UX Toolbox
  259. Address Map
  260. Apple Desktop Bus
  261. Apple Development Tools
  262. Apple Event-Driven Programming
  263. Apple HD 20
  264. Apple II
  265. Apple II Hardware
  266. Apple II Software
  267. Apple IIc
  268. Apple IIe
  269. Apple IIGS
  270. Apple IIGS Architecture
  271. Apple IIGS Registers
  272. Apple IIGS Toolbox
  273. Apple III
  274. Apple Logo
  275. Apple Numerics (SANE)
  276. Apple Scanner
  277. AppleCD SC
  278. AppleShare
  279. AppleTalk
  280. AppleTalk Architecture
  281. AppleTalk Interface
  282. AppleTalk Network System
  283. AppleTalk on VAX/VMS
  284. AppleTalk Protocol
  285. Application Software
  286. APW
  287. Aristotle
  288. Audio
  289. Backbone
  290. Cables
  291. Cards and Slots
  292. CD Drives
  293. Classes
  294. Color QuickDraw
  295. Color Table
  296. Color Toolbox
  297. Connectors and Ports
  298. Device Drivers
  299. Disk Drives
  300. Disks
  301. Documentation
  302. Dot-Matrix Hardware
  303. Dot-Matrix Reference
  304. Ergonomics
  305. Ethernet
  306. EtherTalk
  307. Expansion
  308. File Formats
  309. File Manager
  310. File Server
  311. Fonts
  312. Hard Disk 20 SC
  313. Hard Disk Drives
  314. Hierarchical File System
  315. Host Connectivity
  316. HyperCard
  317. Icons
  318. ImageWriter
  319. ImageWriter II
  320. ImageWriter LQ
  321. Input and Output
  322. Input and Output Devices
  323. Internet
  324. ISO/OSI
  325. Keyboards
  326. Laser Hardware
  327. Laser Printers
  328. Laser Reference
  329. LaserWriter
  330. LaserWriter Fonts
  331. LaserWriter II
  332. LaserWriter IINT
  333. LaserWriter IINTX
  334. LaserWriter IISC
  335. LaserWriter Plus
  336. Local Area Network
  337. LocalTalk
  338. Logos
  339. MacApp
  340. MacAPPC
  341. Macintosh
  342. Macintosh Architecture
  343. Macintosh Communications Toolbox
  344. Macintosh Development Tools
  345. Macintosh Event Programming
  346. Macintosh Hardware
  347. Macintosh II
  348. Macintosh II Back Panel
  349. Macintosh II Hardware
  350. Macintosh II Internal
  351. Macintosh IIci
  352. Macintosh IIci Back Panel
  353. Macintosh IIci Internal
  354. Macintosh IIcx
  355. Macintosh IIcx Back Panel
  356. Macintosh IIcx Internal
  357. Macintosh IIx
  358. Macintosh IIx Back Panel
  359. Macintosh IIx Internal
  360. Macintosh OS
  361. Macintosh Plus
  362. Macintosh Plus Back Panel
  363. Macintosh Plus Internal
  364. Macintosh Portable
  365. Macintosh Portable Back Panel
  366. Macintosh Portable Internal
  367. Macintosh Portrait Display
  368. Macintosh SE
  369. Macintosh SE Back Panel
  370. Macintosh SE Internal
  371. Macintosh SE/30
  372. Macintosh SE/30 Back Panel
  373. Macintosh SE/30 Internal
  374. Macintosh Software
  375. MacWorkStation
  376. Mainframe
  377. Maintosh Hardware
  378. MC68000
  379. MC68020
  380. MC68030
  381. MC68881
  382. MC68882
  383. MCP
  384. Memory
  385. Miscellaneous
  386. Modems
  387. Monitor Controls
  388. Monitor Stand
  389. Monitors
  390. Mouse
  391. MPW
  392. Network Bridges
  393. Network configuration
  394. Network Gateway
  395. Network Map
  396. Network Zones
  397. Networking
  398. Node
  399. Non-Apple Hardware
  400. NuBus
  401. Operating Systems
  402. OSI reference model
  403. Pascal
  404. PC
  405. Pinout
  406. Pixels
  407. Plugs
  408. Ports
  409. Power
  410. Print Engines and Controllers
  411. Printers
  412. Printing Environment
  413. ProDOS 16
  414. QuickDraw
  415. QuickDraw II
  416. RAM
  417. Record
  418. Resources
  419. Router
  420. SANE
  421. Scanner Hardware
  422. Scanner Software
  423. Scanners
  424. Scrolling
  425. SCSI
  426. SCSI Cables
  427. SCSI Chain
  428. SIMM
  429. SIMM Configuration
  430. SNA Network
  431. Sound
  432. Storage
  433. Switches
  434. System Managers
  435. System Software
  436. Tape Backup
  437. Tape Backup 40SC
  438. Tape Backup Hardware
  439. TCP/IP
  440. Terminator
  441. Text translation
  442. The User Interface Toolbox
  443. Token Ring
  444. TokenTalk
  445. Toolbox
  446. VAX/VMS
  447. Video
  448. Windows
  449. X Windows
  450.  
  451.  
  452. -- part contents for card part 5
  453. ----- text -----
  454. A Guide to Apple's Networking & Communications Products
  455. m5116
  456.  
  457. A Technical Guide to Host Connectivity
  458.  
  459. A/UX Installation Guide 1.1
  460. pMM003-35
  461.  
  462. A/UX Local System Administration
  463. 030-5595-B
  464.  
  465. A/UX Toolbox: Macintosh ROM Interface 1.1
  466. 030-3367-A
  467.  
  468. A/UX Toolbox: Macintosh ROM Interface
  469. 030-5602-A
  470.  
  471. Apple Access II User's Guide
  472. 030-2206-A
  473.  
  474. Apple Data Modem 2400 "Open Me First"
  475. 030-2189-A
  476.  
  477. Apple Data Modem 2400 Owner's Guide
  478. 030-1442-A
  479.  
  480. Apple File Exchange Technical Reference
  481. APDA KMS 028
  482.  
  483. Apple II SCSI Card Technical Reference
  484. APDA K2B003
  485.  
  486. Apple IIGS Hardware Reference
  487. 0-201-52389-2
  488.  
  489. Apple IIGS Toolbox Reference: Volume 1
  490. 030-3123-A
  491.  
  492. Apple IIGS Toolbox Reference: Volume 2
  493. 030-3124-A
  494.  
  495. Apple ImageWriter LQ Reference
  496. 030-3070-A
  497.  
  498. Apple Macintosh Portrait Display Owner‚Äôs Guide
  499. 030-1312-A
  500.  
  501. Apple Numerics Manual
  502.  
  503. Apple Numerics Manual 2nd Edition
  504. 030-1291-B
  505.  
  506. Apple Scanner Owner's Guide
  507. 030-1487-A
  508.  
  509. Apple SMB File Transfer Utility User's Guide
  510. 030-3379-A
  511.  
  512. Apple Tape Backup 40SC Owner's Guide
  513. 030-5631-A
  514.  
  515. Apple TokenTalk NB USer's Guide
  516. 030-3381-A
  517.  
  518. Apple Universal Monitor Stand
  519. 030-2110-A
  520.  
  521. AppleCD SC Owner‚Äôs Guide
  522. 030-5614-B
  523.  
  524. AppleShare File Server Admin. Supplement
  525. 030-3171-A
  526.  
  527. AppleShare File Server Administrator's Guide
  528. 030-1343-B
  529.  
  530. AppleShare File Server User's Guide
  531. 030-1342-B
  532.  
  533. AppleShare IIGS User's Guide
  534. 030-2167-A
  535.  
  536. AppleShare PC User's Guide
  537. 030-3002-A
  538.  
  539. AppleShare Print Server Administrator's Guide
  540. 030-3285-A
  541.  
  542. AppleTalk for VMS Architecture and Impleme
  543. pX5713-04
  544.  
  545. AppleTalk Internet Router Administrator's Guide
  546. 030-2171-A
  547.  
  548. AppleTalk Network System Overview
  549. 030-2209-A
  550.  
  551. AppleTalk Network User's Guide for the Apple IIGS
  552. 030-1633-A
  553.  
  554. AppleTalk Phase 2 Introduction and Upgrade Guide
  555. 030-2175-A
  556.  
  557. APW Assembler Reference Manual
  558. K2SAPW
  559.  
  560. Aristotle Administrator's Guide
  561. 030-1399-A
  562.  
  563. Building A/UX Device Drivers 1.1
  564. APDA M8037/B
  565.  
  566. Designing Cards and Drivers
  567. 030-3271-A
  568.  
  569. EtherTalk NB User's Guide
  570. 030-2216-A
  571.  
  572. Getting Started with A/UX
  573. 030-5590-B
  574.  
  575. Hard Disk SC Owner's Guide
  576. 030-1613-A
  577.  
  578. HyperCard Script Language Guide
  579. 030-1269-A
  580.  
  581. ImageWriter II Owner's Guide
  582. 030-0423-A
  583.  
  584. ImageWriter LQ ‚ÄúOpen Me First‚Äù
  585. 030-0444-A
  586.  
  587. ImageWriter LQ and Cut Sheet Feeder
  588.  
  589. Inside AppleTalk
  590. 030-2212-A
  591.  
  592. Inter‚Ä¢Poll Network Administrator's Guide
  593. 030-2158-A
  594.  
  595. LaserWriter II NT/NTX Owner's Guide
  596. 030-3215-A
  597.  
  598. LaserWriter IISC Owner's Guide
  599. 030-3191-A
  600.  
  601. LaserWriter Reference
  602. 030-1517-A
  603.  
  604. LocalTalk Cable System Owner's Guide
  605. 030-0043-A
  606.  
  607. LocalTalk Custom Wiring Kit
  608. 030-0051-A
  609.  
  610. MacApp Interim Manual
  611.  
  612. Macintosh Coprocessor Platform Developer's Guide
  613.  
  614. Macintosh Family Hardware Reference
  615. 030-3272-A
  616.  
  617. Macintosh II ‚ÄúOpen Me First‚Äù
  618.  
  619. Macintosh II Owner's Guide
  620. 030-3290-A
  621.  
  622. Macintosh IIci Owner's Guide
  623. 030-3403-A
  624.  
  625. Macintosh IIcx ‚ÄúOpen Me First‚Äù
  626. 030-3348-A
  627.  
  628. Macintosh IIcx Owner‚Äôs Guide
  629. 030-3338-A
  630.  
  631. Macintosh IIx ‚ÄúOpen Me First‚Äù
  632. 030-3355-A
  633.  
  634. Macintosh Plus ‚ÄúOpen Me First‚Äù
  635. 030-3351-A
  636.  
  637. Macintosh Plus Owner's Guide
  638. 030-3294-A
  639.  
  640. Macintosh Portable Data Modem 2400 Owner's Guide
  641. 030-2227-A
  642.  
  643. Macintosh Portable Handbook
  644. 030-3278-A
  645.  
  646. Macintosh Portable Open Me First
  647. 030-3384-A
  648.  
  649. Macintosh Portable Owner's Guide
  650. 030-3280-A
  651.  
  652. Macintosh Programmer's Workshop 3.0 Pascal
  653. APDA
  654.  
  655. Macintosh SE ‚ÄúOpen Me First‚Äù
  656. 030-3352-A
  657.  
  658. Macintosh SE Owner's Guide
  659. 030-3296-A
  660.  
  661. Macintosh SE/30 ‚ÄúOpen Me First‚Äù
  662. 030-3356-A
  663.  
  664. Macintosh SE/30 Owner's Guide
  665. 030-1544-A
  666.  
  667. Macintosh System Software User's Guide
  668. 030-3281-A
  669.  
  670. MacTCP Administrator's Guide
  671.  
  672. MacTCP Programmer's Guide
  673.  
  674. MacWorkStation Programmer's Reference
  675. 030-2148-A
  676.  
  677. MPW IIGS Pascal Reference
  678.  
  679. MPW Reference Manual Update Version 2.0
  680. KMB002
  681.  
  682. Print Spooling in an AppleTalk Network
  683. APDA KNB008
  684.  
  685. Programmer's Intro. to the Mac Family
  686. 030-2154-A
  687.  
  688. Programmer's Introduction to the Apple IIGS
  689. 030-3122-A
  690.  
  691. Roadmap to configuration scenarios
  692.  
  693. Set Up Your Macintosh IIx
  694. 030-3353-A
  695.  
  696. Technical Introduction to the Macintosh
  697. 030-3270-A
  698.  
  699. The Great SCSI Puzzle
  700.  
  701. Update for ImageWriter LQ
  702. 030-0421-A
  703.  
  704. X Window System User's Guide for A/UX
  705. 030-2198-A
  706.  
  707.  
  708. -- part contents for card part 3
  709. ----- text -----
  710. Graphics Source:Other files:*Graphic Files:aaaa-azzz:
  711. Graphics Source:Other files:*Graphic Files:baaa-bzzz:
  712. Graphics Source:Other files:*Graphic Files:caaa-czzz:
  713. Graphics Source:Other files:*Graphic Files:daaa-dzzz:
  714. Graphics Source:Other files:*Graphic Files:iaaa-izzz:
  715. Graphics Source:Other files:*Graphic Files:paaa-pzzz:
  716. Graphics Source:Other files:*Graphic Files:qaaa-qzzz:
  717.  
  718.  
  719.  
  720.  
  721.  
  722. -- part contents for card part 4
  723. ----- text -----
  724. 0
  725.  
  726. -- part contents for background part 18
  727. ----- text -----
  728. About this stack
  729.  
  730. -- part contents for background part 19
  731. ----- text -----
  732. The Artwork contained in and referenced by this graphics stack is copyrighted in the name of Apple Computer, Inc. It may only be used and reproduced by authorized Certified Apple Developers to illustrate manuals for use in conjunction with software developed pursuant to a fully executed Apple Certified Developer Agreement.
  733.  
  734. By proceeding into this graphics stack, you acknowledge the copyrighted nature of the Artwork and you agree to use the Artwork only for the purpose for which it intended.
  735.  
  736. Unauthorized use of the Artwork for any purpose other than as provided herein will be deemed a breach of your Apple Certified Developer Agreement and may constitute copyright infringement, resulting in possible termination of your Agreement with Apple and/or in civil or criminal liability. 
  737.  
  738. -- part contents for background part 20
  739. ----- text -----
  740. OK
  741.  
  742. -- part contents for background part 21
  743. ----- text -----
  744. Apple Graphics Source contains all of the graphics used in Apple‚Äôs books and manuals. This stack enables you to open, copy, and print the original graphic files (which may be stored in MPNT, PICT, or EPSF file format) directly from the stack, without needing the application that created the graphic.
  745.  
  746. If you have questions or comments about Apple Graphics Source or the Graphics Database Toolkit, send an AppleLink to GFX.SOURCE.
  747.  
  748. Graphics Database Toolkit, v. 1.0, ¬© 1988-1990 Apple Computer, Inc.  
  749. Apple Graphics Source, v. 2.3, ¬© 1988-1990 Apple Computer, Inc.